lcd: get rid of COLOR_MASK
authorNikita Kiryanov <[email protected]>
Mon, 8 Dec 2014 15:14:42 +0000 (17:14 +0200)
committerAnatolij Gustschin <[email protected]>
Sat, 10 Jan 2015 16:52:52 +0000 (17:52 +0100)
commita7de2953f51e70754190d3516167d58d27d17219
treec9464308b0ca399e154973baa6651f2c63699ba9
parent140beb9437d9a784273dfe828d701947f691f1a0
lcd: get rid of COLOR_MASK

COLOR_MASK macro doesn't do anything; Remove it to reduce visual
complexity.

This is a preparatory step for extracting lcd console code into its own
file.

Signed-off-by: Nikita Kiryanov <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Simon Glass <[email protected]>
Acked-by: Simon Glass <[email protected]>
Tested-by: Simon Glass <[email protected]>
common/lcd.c